In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer~AddRubberStampAnnotInteractive / AddRubberStampAnnotInteractive(String,Int32,String,FontStyle,Int32,Single,Single,Single) Method

AddRubberStampAnnotInteractive(String,Int32,String,FontStyle,Int32,Single,Single,Single) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Sub AddRubberStampAnnotInteractive( _

   ByVal Text As String, _

   ByVal ForeColor As Integer, _

   ByVal FontName As String, _

   ByVal FontStyle As FontStyle, _

   ByVal BorderColor As Integer, _

   ByVal BorderWidth As Single, _

   ByVal Opacity As Single, _

   ByVal Rotation As Single _

) 
public void AddRubberStampAnnotInteractive( 

   string Text,

   int ForeColor,

   string FontName,

   FontStyle FontStyle,

   int BorderColor,

   float BorderWidth,

   float Opacity,

   float Rotation

)
public procedure AddRubberStampAnnotInteractive( 

    Text: String;

    ForeColor: Integer;

    FontName: String;

    FontStyle: FontStyle;

    BorderColor: Integer;

    BorderWidth: Single;

    Opacity: Single;

    Rotation: Single

); 
public function AddRubberStampAnnotInteractive( 

   Text : String,

   ForeColor : int,

   FontName : String,

   FontStyle : FontStyle,

   BorderColor : int,

   BorderWidth : float,

   Opacity : float,

   Rotation : float

);
public: void AddRubberStampAnnotInteractive( 

   string* Text,

   int ForeColor,

   string* FontName,

   FontStyle FontStyle,

   int BorderColor,

   float BorderWidth,

   float Opacity,

   float Rotation

) 
public:

void AddRubberStampAnnotInteractive( 

   String^ Text,

   int ForeColor,

   String^ FontName,

   FontStyle FontStyle,

   int BorderColor,

   float BorderWidth,

   float Opacity,

   float Rotation

) 

Parameters

Text
ForeColor
FontName
FontStyle
BorderColor
BorderWidth
Opacity
Rotation
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members
Overload List